.about-created-by-santu {
    height: auto;
    width: auto;
    align-content: center;
    justify-items: center;
    padding: 30px 0px 30px 0px;
}

.about-created-by-santu .main {
    /* border: 1px solid red; */
    height: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;

}

.about-created-by-santu .main .sub {
    /* border: 1px solid red; */
    height: auto;
    width: 48%;
    position: relative;
}

.about-created-by-santu .main .sub .first-img {
    /* border: 1px solid red; */
    height: 300px;
    width: 70%;
     overflow: hidden;
      border-radius: 10px;
}


.about-created-by-santu .main .sub .first-img img:hover{
    transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15);
}


.about-created-by-santu .main .sub .first-img img {
      width: 100%;
    transition: transform 500ms;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    transform-origin: center center;
    height: 100%;
    border-radius: 10px;
}

.about-created-by-santu .main .sub .secound-img {
    /* border: 1px solid red; */
    height: 270px;
    width: 57%;
    position: absolute;
    left: 43%;
    top: 43%;
    overflow: hidden;
     border-radius: 10px;
}

.about-created-by-santu .main .sub .secound-img img:hover{
    transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15); 
}
.about-created-by-santu .main .sub .secound-img img {
    height: 100%;
    width: 100%;
    transition: transform 500ms;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    transform-origin: center center;
    border-radius: 10px;
}

 .main_round {
    display: flex;
    position: absolute;
    left: 75%;
    top: 6%;
}

 .main_round .round {
    width: 175px;
    width: 175px;
    animation: anirban 13s linear infinite;
    overflow: hidden;
    /* border: 1px solid red; */
}

 .main_round .round img {
    border-radius: 50%;
}

 .main_round .arro {
    position: absolute;
    height: 90px;
    width: 90px;
    top: 35px;
    left: 42px;
    border-radius: 50%;
    background: linear-gradient(376deg, #033053, #1679c5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main_round .arro i {
    color: rgb(219, 215, 215);
    font-size: 25px;
}

@keyframes anirban {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

 .main_round .arro_img{
    height: 90px;
    position: absolute;
    left: 196px;
    top: -38px;
    /* width: 100px; */
    /* border: 1px solid red; */
}
 .main_round .arro_img img{
    height: 100%;
    width: 100%;
}




.about-created-by-santu .main .sub1{
    /* border: 1px solid red; */
    height: auto;
    width: 48%;
}

.about-created-by-santu .main .sub1 .top-row {
    height: auto;
    width: auto;
    font-family: var(--font-heading);
    font-weight: 550;
    font-weight: 550;
    /* color: var(--primary-color); */
    background:linear-gradient(376deg, #033053, #1679c5);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 20px;
}

.about-created-by-santu .main .sub1 .content {
    height: auto;
    width: auto;
    font-size: 35px;
    font-weight: 700;
    font-family: var(--font-heading);
    padding: 10px 0px;
    /* color: var(--secoundary-color); */
        background:linear-gradient(376deg, #033053, #1679c5);
    -webkit-background-clip: text;
    color: transparent;
}

.about-created-by-santu .main .sub1 .midil-row {
    height: auto;
    width: auto;
}

.about-created-by-santu .main .sub1 .midil-row .java-script {
    height: auto;
    width: auto;
    font-family: var(--font-heading);
    padding: 20px 25px;
    box-shadow: var(--box-shadow);
    margin-top: 20px;
    border-radius: 5px;
}

.about-created-by-santu .main .sub1 .midil-row .java-script .main1 {
    height: auto;
    width: 100%;
    justify-content: space-between;
    display: flex;
    font-weight: 550;
    font-size: 17px;
    position: relative;
    color: var(--secondary-color);
}



.about-created-by-santu .main .sub1 .midil-row .java-script .main1 .icon i {
    cursor: pointer;
    background: linear-gradient(376deg, #033053, #1679c5);
      /* background: linear-gradient(45deg, #ff512f, #dd2476); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-created-by-santu .main .sub1 .midil-row .java-script .main2 {
    padding: 20px 0px;
    display: none;
}

.about-created-by-santu .main .sub1 .bottom-row {
    height: 50px;
    width: 160px;
    margin-top: 40px;
    border-radius: 5px;
    font-family: var(--fontfamily-main);
}




.somnath-submit-btn {
    padding: 13px 25px;
    background: linear-gradient(376deg, #033053, #1679c5);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: 0.3s;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: rgb(79 78 78 / 64%) 0px 8px 24px;
}

.somnath-submit-btn:hover {
    color: #1679c5;
    cursor: pointer;
}

.somnath-submit-btn:after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.somnath-submit-btn:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}